home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / util / misc / NotifyWait.readme < prev    next >
Encoding:
Text File  |  2002-09-01  |  1.0 KB  |  45 lines

  1. Short:    "Wait For File" by zeeball (+asm source)
  2. Author:   Zbigniew Trzcionkowski (zeeball@interia.pl)
  3. Uploader: Zbigniew Trzcionkowski (zeeball@interia.pl)
  4. Version:  0.4 (01.09.2002)
  5. Type:     misc/misc
  6. Requires: OS37+
  7. Name:     NotifyWait
  8.  
  9. STATUS:   Public Domain
  10.  
  11. ---------------------------------------------------------------------
  12.  
  13. NotifyWait v0.4 by Zbigniew Trzcionkowski <zeeball@interia.pl>
  14.  
  15. ---------------------------------------------------------------------
  16.  
  17. Template:
  18.  
  19. NotifyWait PATH/A
  20.  
  21. ---------------------------------------------------------------------
  22.  
  23. USAGE:
  24.  
  25. I. 
  26.  
  27. NotifyWait PATH=RAM:
  28.  
  29. */ Waits until new file/dir is created in RAM: /*
  30.  
  31. II.
  32.  
  33. NotifyWait PATH=RAM:config
  34.  
  35. */ Waits until file RAM:config got deleted, renamed or overwritten /*
  36.  
  37. ---------------------------------------------------------------------
  38.  
  39. As I didn't find any comparable tool I wrote this one...
  40.  
  41. NW is written in assembler (sourcecode is included).
  42. NW can be interrupted with CTRL_C.
  43. NW used properly display no messages.
  44. NW is ideal for automated scripts.
  45.